${require('./_head.html') title="Buttons" description="The essential button in pure HTML, without .classes for the default style." canonical="buttons.html" }
.classes
Buttons are width: 100%; by default. Use role="button" on an inline element if you need an inline button.
width: 100%;
role="button"
Buttons come with .secondary and .contrast styles.
.secondary
.contrast
ℹ️ These classes are not available in the class-less version.
And a classic .outline variant.
.outline